@charset "utf-8";
/* CSS Document */
* {
	padding:0;
}
body {
	color:#333;
	font-family: "微软雅黑";
	font-size:15px;
	padding-top:116px;
	background:#fff;
}
ul {
	list-style-type:none;
}
img {
	border:none;
}
a {
	color:#000;
	outline:none;
	text-decoration:none;
}

a:hover {
	/* color:#6cca74; */
	text-decoration:underline;
}
input {
	/* -webkit-appearance: none; */
	outline:none;
}
.clear {
	clear:both;
}


/*浮动客服*/
#floatDivBoxs{
	width:240px;
	height:473px;
	background:#fff;
	position:fixed;
	bottom:0;
	right:-240px;
	z-index:999;
}
#floatDivBoxs .floatDtt{
	width:100%;
	height:35px;
	line-height:35px;
	background:#6cca74;
	font-size:18px;
	text-indent:22px;
	position:relative;
}
#floatDivBoxs .floatDqq{
	padding:0 14px;
}
#floatDivBoxs .floatDqq li{
	height:40px;
	line-height:40px;
	font-size:14px;
	border-bottom:1px solid #e3e3e3;
}
#floatDivBoxs .floatDqq li img{
	float:left;
	margin:5px 5px 0 0;
	}
#floatDivBoxs .floatDqq li a {
	color:#333;
}
#floatDivBoxs .floatDtxt{
	background:#FFF;
	/* float:left; */
	font-size:14px;
	color:#333;
	/* width: 40%;
	padding-bottom:3px; */
	padding-left:15px;
}
#floatDivBoxs .floatDtel{
	background:#FFF;
	/* float:left; */
	font-size: 16px; 
	font-weight: bold; 
	color:#6cca74;
	/* width: 50%; */
	/* padding-left:20px; */
}
#floatDivBoxs .floatImg{
	text-align:center;
	background:#FFFFFF;
}
#floatDivBoxs .floatImg img{
	margin-bottom:5px;
}
#floatDivBoxs .floatDtel img{
	display:block;
}
#floatDivBoxs .floatDbg{
	width:100%;
	height:20px;
	background:url(../images/online_botbg.jpg) no-repeat;
	box-shadow:-2px 0 3px rgba(0,0,0,0.25);
}
.floatShadow{ 
    background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);
}
#rightArrow{
	width:79px;
	height:106px;
	background:url(../images/contact.png) no-repeat right;
	position:fixed;
	bottom:278px;
	right:0;
	z-index:999;
}
#rightArrow a{
	display:block;
    height:195px;
}

/*首页表单*/
.advDiv{
-moz-box-shadow:2px 2px 10px rgba(125,125,125,0.8); 
-webkit-box-shadow:2px 2px 10px rgba(125,125,125,0.8); 
box-shadow:2px 2px 10px rgba(125,125,125,0.8);
position:fixed;
width:20%; 
z-index:999; 
top:100px; 
background: #F2F2F2; 
height: auto;
}
.advTitle{
	line-height: 50px;
	width: 100%; 
	text-align: center;
	font-size: 18px;
}
.advText{
 	width: 88%;
 	margin: 10px auto;
}
.advBtn{
	width:100px; 
	line-height: 35px; 
	color: #FFF; 
	background: #22ae38;
	border: #22ae38 solid 1px; 
}
.advBtn:hover{
	color:#F1F1F1;
	background: #22ac08;
}
/* 头部 */
.header_box {
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	-webkit-box-shadow:0 1px 4px #ddd;
	-moz-box-shadow:0 1px 4px #ddd;
	-o-box-shadow:0 1px 4px #ddd;
	box-shadow:0 1px 4px #ddd;
	border-top:8px solid #009ee2;
	background:#fff;
}
.header_detail {
	width:1120px;
	height:108px;
	margin:0 auto;
	position:relative;
}
.header_detail img {
	margin-top:24px;
}
.nav {
	width:auto; 
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding-top:18px;
}
.nav li {
	float:left; 
	width:auto;/*IE6 only*/
	color:#000;
	margin:0 0 0 26px;
	font-size:16px;
	position:relative;
	font-family:microsoft yahei;
}
.nav li a {
	color:#000; 
	display:inline-block;
	padding:0 8px;
	text-decoration:none; 
	line-height:90px; 
}
.nav li a:hover {
	color:#009ee2;
}
.nav li.nav_on a {
	background:url(../images/header_bg.jpg) repeat-x left bottom;
}
.nav li dl {
	width:auto;
	position:absolute;
	left:-3px;
	top:86px;
	z-index:9999;
	display:none;
}
.nav li dl dd {
	width:100px;
	font-size:14px;
}
.nav li dl dd a {
	width:100%;
	height:34px;
	line-height:32px;
	text-align:center;
	color:#fff;
	padding:0;
	display:inline-block;
	font-weight:normal;
	background:#009ee2;
}
.nav li dl dd a:hover {
	color:#fff;
	background:#008cc8; 
}
.nav li.nav_on dl dd a {
	color:#fff;
	font-weight:normal;
	background:#009ee2;
}


/* banner */
.banner_box {
	width:100%;
	height:auto;
	position:relative;
	border-bottom:6px solid #e5e5e5;
}
#scroll_box {
	width:100%;
	height:auto;
	position:relative;
}
#slides {
	width:100%;
	height:460px;
}
#slides li {
	width:100%;
	height:100%;
	position:absolute;
	background:no-repeat center center;
}
#slides li a {
	display:block;
	width:100%;
	height:100%;
}
#pagination { 
    /* width:160px; */
	width:200px;
	height:6px;
	position:absolute;
	left:50%;
	bottom:20px;
	margin-left:-80px;
	z-index:9900; 
}
#pagination li {
	width:30px; 
	height:6px; 
	margin:0 5px; 
	float:left; 
	*display:inline;
	*zoom:1;
	cursor:pointer;
	background:#fff;
}
#pagination li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
#pagination li.current {
	background:#ff8400;
}


.form_box {
	width:1120px;
	height:1px;
	margin:0 auto;
	position:absolute;
	top:55px;
	left:50%;
	margin-left:-560px;
	z-index:8888;
	display:none;
}
.form_detail {
	width:268px;
	height:310px;
	position:absolute;
	top:0;
	right:10px;
	padding:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background:url(../images/form_bg.png);
}
.form_detail h1 {
	font-size:18px;
	color:#fff;
	line-height:40px;
	letter-spacing:1px;
	text-align:center;
	padding-bottom:8px;
	margin-bottom:18px;
	border-bottom:1px solid #e5e5e5;
}

.type_box {
	width:auto;
	height:38px;
	ovflow:hidden;
	padding-left:56px;
	position:relative;
	overflow:hidden;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	margin-bottom:17px;
	background:#fff;
}
.type_check {
	padding:0 96px 0 56px;
}
.type_box span {
	height:20px;
	position:absolute;
	top:9px;
	left:0;
	padding:0 12px;
	border-right:1px solid #ddd;
}
.type_box span img {
	height:20px;
}
.type_box input {
	width:100%;
	height:38px;
	line-height:38px;
	border:none;
	font-family:microsoft yahei;
	color:#999;
	font-size:14px;
	background:none;
}
.check_img {
	position:absolute;
	top:0;
	right:0;
}
.check_img img {
	height:38px;
}

.type_butn input {
	width:100%;
	height:38px;
	color:#fff;
	font-family:microsoft yahei;
	font-size:16px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	border:none;
	cursor:pointer;
	margin-bottom:12px;
	background:#009ee2;
}
.type_butn input:hover {
	background:#008cc8;
}
.type_butn p a {
	color:#fff;
}
.type_butn p a:hover {
	text-decoration:underline;
}
.type_butn p span {
	float:right;
}






/* 底部 */
.footer_box {
	width:100%;
	height:136px;
	margin-top:46px;
	border-top:5px solid #e8e8e8;
	background:#f8f8f8;
}
.footer_box1 {
	margin-top:25px;
}
.footer_box p {
	width:1120px;
	height:auto;
	color:#666;
	line-height:136px;
	margin:0 auto;
}
.footer_box p span {
	float:right;
}
.footer_box p span a {
	color:#666;
}
.footer_box p span a:hover {
	color:#009ee2;
	text-decoration:underline;
}